home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fDCCoptions.dfm < prev    next >
Encoding:
Text File  |  2000-10-14  |  728 b   |  34 lines

  1. object f_dccoptions: Tf_dccoptions
  2.   Left = 14
  3.   Top = 5
  4.   Width = 580
  5.   Height = 439
  6.   Caption = 'Current DCC options help dump'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 572
  20.     Height = 412
  21.     Align = alClient
  22.     Color = clInactiveCaptionText
  23.     Font.Charset = OEM_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -12
  26.     Font.Name = 'Terminal'
  27.     Font.Style = []
  28.     Lines.Strings = (
  29.       'Memo1')
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33. end
  34.